How can I explain object-oriented programming to someone who's only coded in Fortran 77? [closed]
Posted
by
Zonedabone
on Programmers
See other posts from Programmers
or by Zonedabone
Published on 2012-10-21T16:24:05Z
Indexed on
2012/10/21
23:18 UTC
Read the original article
Hit count: 197
Possible Duplicate:
How can I explain object-oriented programming to someone who’s only coded in Fortran 77?
My mother did her college thesis in Fortran, and now (over a decade later) needs to learn c++ for fluids simulations. She is able to understand all of the procedural programming, but no matter how hard I try to explain objects to her, it doesn't stick. (I do a lot of work with Java, so I know how objects work) I think I might be explaining it in too high-level ways, so it isn't really making sense to someone who's never worked with them at all and grew up in the age of purely functional programming.
Is there any simple way I can explain them to her that will help her understand? Thanks for the help in advance.
© Programmers or respective owner